Home
last modified time | relevance | path

Searched refs:set_master (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/sound/aoa/core/
Dgpio-feature.c192 if (methods.set_master) in ftr_gpio_all_amps_off()
206 if (methods.set_master) in ftr_gpio_all_amps_restore()
249 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
/linux-6.1.9/drivers/scsi/cxlflash/
Dbackend.h29 void (*set_master)(void *ctx_cookie); member
Dcxl_hw.c162 .set_master = cxlflash_set_master,
Docxl_hw.c1384 .set_master = ocxlflash_set_master,
Dmain.c2011 cfg->ops->set_master(ctx); in init_mc()
/linux-6.1.9/sound/aoa/
Daoa-gpio.h36 void (*set_master)(struct gpio_runtime *rt, int on); member
/linux-6.1.9/drivers/media/pci/zoran/
Dzoran_device.h44 void zoran_set_pci_master(struct zoran *zr, int set_master);
Dzoran_device.c895 void zoran_set_pci_master(struct zoran *zr, int set_master) in zoran_set_pci_master() argument
897 if (set_master) { in zoran_set_pci_master()
/linux-6.1.9/sound/aoa/fabrics/
Dlayout.c911 if (codec->gpio->methods->set_master) { in layout_attached_codec()
/linux-6.1.9/fs/dlm/
Dlock.c2677 static int set_master(struct dlm_rsb *r, struct dlm_lkb *lkb) in set_master() function
3242 error = set_master(r, lkb); in _request_lock()