acs                92 drivers/media/dvb-frontends/sp2.c static int sp2_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, u8 acs,
acs               107 drivers/media/dvb-frontends/sp2.c 	if (s->module_access_type != acs) {
acs               114 drivers/media/dvb-frontends/sp2.c 		store |= acs;
acs               121 drivers/media/dvb-frontends/sp2.c 	s->module_access_type = acs;
acs               136 drivers/media/dvb-frontends/sp2.c 			(acs == SP2_CI_ATTR_ACS) ? "attr" : "io",
acs              1349 drivers/nvme/host/core.c 		effects = le32_to_cpu(ctrl->effects->acs[opcode]);
acs               172 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_get_log_page]	= cpu_to_le32(1 << 0);
acs               173 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_identify]		= cpu_to_le32(1 << 0);
acs               174 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_abort_cmd]		= cpu_to_le32(1 << 0);
acs               175 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_set_features]	= cpu_to_le32(1 << 0);
acs               176 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_get_features]	= cpu_to_le32(1 << 0);
acs               177 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_async_event]	= cpu_to_le32(1 << 0);
acs               178 drivers/nvme/target/admin-cmd.c 	log->acs[nvme_admin_keep_alive]		= cpu_to_le32(1 << 0);
acs               446 include/linux/nvme.h 	__le32 acs[256];
acs               102 sound/ppc/tumbler.c 	u8  acs;
acs               775 sound/ppc/tumbler.c 		mix->acs |= 2;
acs               777 sound/ppc/tumbler.c 		mix->acs &= ~2;
acs               778 sound/ppc/tumbler.c 	return i2c_smbus_write_byte_data(mix->i2c.client, TAS_REG_ACS, mix->acs);
acs              1204 sound/ppc/tumbler.c 		mix->acs |= 1;
acs              1205 sound/ppc/tumbler.c 		i2c_smbus_write_byte_data(mix->i2c.client, TAS_REG_ACS, mix->acs);
acs              1219 sound/ppc/tumbler.c 	mix->acs &= ~1;